Home
PHP
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
class_exists
class_exists
Check if the class is defined
Name:
class_exists
Category:
Classes and Objects
Programming Language:
php
One-line Description:
Check if the class is defined
Related
How to debug socket behavior after socket_set_block
4
Common ob_list_handlers misuse and error instances
1
How to use PDOStatement::rowCount to determine whether the database operation is successful
5
How to correctly set the range array of mb_decode_numericalentity function
3
Similar Functions
get_declared_traits
get_declared_traits
Returnsanarrayofalld
get_object_vars
get_object_vars
Returntowritetoyouth
get_class
get_class
Returntheobject'
trait_exists
trait_exists
Checkifthespecifiedt
get_declared_interfaces
get_declared_interfaces
Returnanarraycontain
get_class_methods
get_class_methods
Returnsanarrayofmeth
get_declared_classes
get_declared_classes
Returnsanarraycompos
is_a
is_a
Checkifanobjectbelon
Popular Articles